LEADTOOLS (Leadtools assembly)

LeadCollection<T> Constructor(List<T>)

Show in webframe







The list whose items are copied into this collection.
Initializes a new instance of the LeadCollection<T> class that contains items copied from the specified list and that has the same initial capacity as the number of items copied.
Syntax
public LeadCollection<T>( 
   List<T> list
)
'Declaration
 
Public Function New( _
   ByVal list As List(Of T) _
)
'Usage
 
Dim list As List(Of T)
 
Dim instance As New LeadCollection(Of T)(list)
public LeadCollection<T>( 
   List<T> list
)

            

            
function LeadCollection( 
   list 
)
public:
LeadCollection<T>( 
   List<T^>^ list
)

Parameters

list
The list whose items are copied into this collection.
Requirements

Target Platforms

See Also

Reference

LeadCollection<T> Class
LeadCollection<T> Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.